> Forest of True Sight > Questions & Answers Reload this Page Share your guilds websites...
Closed Thread
Old Jul 31, 2005, 10:40 PM // 22:40   #21
Ascalonian Squire
 
Fatalis's Avatar
 
Join Date: May 2005
Location: Riga, Latvia
Profession: E/R
Advertisement

Disable Ads
Default

Quote:
Originally Posted by Gerbill
How can you make a site, with scrolling content, when you click a link you only want the content part to change. but not using an Iframe.
By using frames, but it's still the same thing, and the drawbacks outweight the benefits of this approach by leaps and bounds. Don't use them and make proper pages instead.
Fatalis is offline  
Old Jul 31, 2005, 11:45 PM // 23:45   #22
Lion's Arch Merchant
 
Join Date: Apr 2005
Location: The Frozen plains.
Guild: The Llanowar Legion [LL]
Profession: Me/N
Default

Quote:
Originally Posted by Fatalis
By using frames, but it's still the same thing, and the drawbacks outweight the benefits of this approach by leaps and bounds. Don't use them and make proper pages instead.
So proper pages are without any frames for that matter ?

How about just using tables for your layout pictures and having a stretching content area ?
Gerbill is offline  
Old Aug 01, 2005, 01:42 AM // 01:42   #23
Ascalonian Squire
 
Fatalis's Avatar
 
Join Date: May 2005
Location: Riga, Latvia
Profession: E/R
Default

Quote:
Originally Posted by Gerbill
So proper pages are without any frames for that matter ?
That is correct.

Quote:
Originally Posted by Gerbill
How about just using tables for your layout pictures and having a stretching content area ?
Table tags are meant to display tabular data, not to build layouts with. Img tags are meant to display content graphics, not to include presentational graphics with. The images whose purpose is only decorational should be kept within CSS. And the idea to completely replace all textual content with images is just daft.

Last edited by Fatalis; Aug 01, 2005 at 01:45 AM // 01:45..
Fatalis is offline  
Old Aug 01, 2005, 03:21 AM // 03:21   #24
Lion's Arch Merchant
 
Join Date: Apr 2005
Location: The Frozen plains.
Guild: The Llanowar Legion [LL]
Profession: Me/N
Default

I don't think you completely understand me there.

first of all I never make the full layout and textual content with images, cuz that is as you say daft.

secondly I mean using img tags in the tables to align the pictures for the layout for as far as the pictures are used in the lay out.
you can of course use Div alignments or coordinates I guess, but that's a lot more work.
Gerbill is offline  
Old Aug 01, 2005, 09:27 AM // 09:27   #25
Ascalonian Squire
 
Join Date: Jul 2005
Location: http://games.photics.com/rogueBATTLE/?u=1706
Guild: The Order of the Red Shield
Profession: W/N
Default

Quote:
Originally Posted by Fatalis
There is no CSS used there at all and the markup is a tag-soup. You should review the sources you learn from.
Note: "trying" - meaning I intend on learning/including CSS, but it doesn't mean I've used it yet.

Similarly - Considering I only started using HTML 2 days before beginning this thread, and I don't see the need to indent or space HTML to facilitate understanding (because at the moment the page is so small its easily readable), I'm not surprised its a 'tag-soup'.

I didn't start this thread to show off my web-building skills - because I dont have any - just so I could get any positive feedback and see other people's sites. Which, it seems, are generally depressingly professional looking.
Semiotic is offline  
Old Aug 01, 2005, 12:12 PM // 12:12   #26
Academy Page
 
Join Date: May 2005
Location: Czechia, Europe
Guild: Drums Of Doom
Profession: N/E
Default A few suggestions for the start

Semiotic,

here's a few suggestions, that should help you build your website in the easiest way.

You should start with content and structure. Let me explain that a little bit.

Step 1)
Open any decent text editor (jext, TextPad, PSPad) and start with a blank page template (so you have the correct invisible markup, that should be a part of any webpage), but try to use only the basic tags:
  • p - for paragraphs
  • a - for hyperlinks
  • h1 - h6 for headers
  • and maybe some lists (ul, ol)
You will get a clean layout with all the content you want to have on the page.

Step 2)
Take a pencil and a sheet of paper and draw, how you want the contents to be layed out on the page. Add images into the mix.

Step 3)
Search the web for some ideas on how to style your contents. Some usefull links can be found here
_________
As for some specific things, that I did not like on your page avoid text/background combination with low contrast. Black text on red background is not legible.

Last edited by Vorkronor; Aug 01, 2005 at 12:45 PM // 12:45.. Reason: you do a few typos, don't you? :)
Vorkronor is offline  
Old Aug 01, 2005, 12:38 PM // 12:38   #27
Ascalonian Squire
 
Fatalis's Avatar
 
Join Date: May 2005
Location: Riga, Latvia
Profession: E/R
Default

Quote:
Originally Posted by Gerbill
secondly I mean using img tags in the tables to align the pictures for the layout for as far as the pictures are used in the lay out.
you can of course use Div alignments or coordinates I guess, but that's a lot more work.
Nope, I understand you perfectly, and what you're saying means an abuse of both img and table tags.

Quote:
Originally Posted by Semiotic
Similarly - Considering I only started using HTML 2 days before beginning this thread, and I don't see the need to indent or space HTML to facilitate understanding (because at the moment the page is so small its easily readable), I'm not surprised its a 'tag-soup'.
It has nothing to do with indentation. If you actually read the article:

Quote:
Tag soup is HTML code, written without regard for the rules of HTML structure and semantic meaning.
You're using practices from many years ago, which are by now completely outdated. Don't use center tags, don't write your tags in uppercase. Include a HTML DOCTYPE declaration. Remove all the presentational fluff and tables and use CSS instead. And then validate your code.
Fatalis is offline  
Old Aug 01, 2005, 08:05 PM // 20:05   #28
Lion's Arch Merchant
 
Join Date: Apr 2005
Location: The Frozen plains.
Guild: The Llanowar Legion [LL]
Profession: Me/N
Default

Alright Fatalis, CSS it is.
Do you by any chance happen to know any sites that give a proper explanation on most things about CSS ?
Gerbill is offline  
Old Aug 02, 2005, 03:08 AM // 03:08   #30
Lion's Arch Merchant
 
Join Date: Apr 2005
Location: The Frozen plains.
Guild: The Llanowar Legion [LL]
Profession: Me/N
Default

Aye, thanks, I better try some tutorials soon, and make a site with CSS.
Gerbill is offline  
Old Aug 03, 2005, 04:47 PM // 16:47   #31
Academy Page
 
Ikinsey's Avatar
 
Join Date: May 2005
Location: Cali
Guild: Mercanaries of Xero
Profession: N/Mo
Default

Heres my hand made website for my clan, MoX: http://www.moxclan.com
Ikinsey is offline  
Old Aug 03, 2005, 05:26 PM // 17:26   #32
Frost Gate Guardian
 
varyag's Avatar
 
Join Date: Apr 2005
Guild: Wrath of Nature [Fury]
Profession: Me/Mo
Default

http://wrathofnature.info

Thinking about improving the layout, but it works and I'm busy.
varyag is offline  
Old Aug 09, 2005, 12:11 PM // 12:11   #33
Pre-Searing Cadet
 
Araloth's Avatar
 
Join Date: Aug 2005
Location: The Netherlands
Guild: Dark Edge
Profession: R/Me
Default

http://www.tenaikpt.tk - temporarily crappy host until my leader gets back from vacation and puts it on his own domain -_-
Araloth is offline  
Old Aug 09, 2005, 05:13 PM // 17:13   #34
Pre-Searing Cadet
 
Join Date: Aug 2005
Default

Warrior Nation

www.warriornation.net

my names WNxIngeronic there, the biggest clan i've ever seen .
Ingeronic is offline  
Old Aug 09, 2005, 05:38 PM // 17:38   #35
Frost Gate Guardian
 
Dame&Beast's Avatar
 
Join Date: Jul 2005
Guild: Death Comes Swiftly
Profession: Me/E
Default

www.deathcomesswiftly.com
Dame&Beast is offline  
Old Aug 10, 2005, 07:41 PM // 19:41   #36
Academy Page
 
Join Date: Aug 2005
Guild: Havoc Legion
Profession: W/N
Default

[HVC] Havoc Legion
http://havoc.l2-go.com

We're new to game, about a 2 month old clan, but we all came from Lineage 2 where we owned a castle et. al.
Gaiserik is offline  
Old Aug 11, 2005, 02:21 AM // 02:21   #37
Pre-Searing Cadet
 
obSiNatee's Avatar
 
Join Date: Aug 2005
Default

YO! DIVINE WRATH

Last edited by obSiNatee; Aug 11, 2005 at 02:25 AM // 02:25..
obSiNatee is offline  
Old Aug 14, 2005, 10:10 AM // 10:10   #38
Pre-Searing Cadet
 
lea_nuhks's Avatar
 
Join Date: May 2005
Location: the catacombs
Guild: destroyer of guilds [dogs]
Profession: N/R
Default

hello, mine is www.destroyerofguilds.com its not fancy and there isnt anything on the main page yet as i have been working on the code for the gallery and such, but i am designing my own makeshift nuke style templates for my domains to share. i also host my domains on my own server and run my own dns.

now if i could just get a hall. lol.
lea_nuhks is offline  
Old Aug 15, 2005, 09:11 PM // 21:11   #39
Academy Page
 
 
Join Date: May 2005
Location: San Diego CA
Guild: Eternity Lost and Found
Profession: A/
Default

Hi, I would like to welcome everyone to visit my guild on the website I have spent a lot of time developing, with custom scripting, a custom template (which I am going to design many themes for), and much more like articles, a lexicon, etc etc. Our website is:
http://www.eternitylost.com
The guild is The Eternal Knights, we are an active guild of around 14 members and growing, we recently redesigned our cape (possibly one of the best looking in many peoples opinion, even outside the guild), and we have the usual guild hall and teamspeak server any established guild should have.
SecUnder is offline  
Old Aug 15, 2005, 10:59 PM // 22:59   #40
Pre-Searing Cadet
 
lea_nuhks's Avatar
 
Join Date: May 2005
Location: the catacombs
Guild: destroyer of guilds [dogs]
Profession: N/R
Default teamspeak

well, any guild with a website, should at least host a ts server. in fact, i would say ts would be more important than the website for coordination... forums dont hurt either
lea_nuhks is offline  
Closed Thread


Share This Forum!  
 
Thread Tools
Display Modes

Similar Threads
Thread Thread Starter Forum Replies Last Post
the MPA vs Lyrics and Tabs websites lyra_song Off-Topic & the Absurd 0 Jan 08, 2006 12:25 PM // 12:25
Tetris L Site Feedback 2 Dec 02, 2005 09:05 PM // 21:05
Guild Websites Swarnt Brightstar Questions & Answers 0 Jun 06, 2005 12:37 AM // 00:37
Arithon Questions & Answers 2 May 31, 2005 07:06 AM // 07:06
Arithon The Riverside Inn 0 May 31, 2005 06:59 AM // 06:59


All times are GMT. The time now is 05:09 PM // 17:09.